home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Audio-DSP / NU / Source / Terminator.h < prev    next >
Encoding:
Text File  |  1992-04-05  |  398 b   |  20 lines

  1.   #import <objc/Object.h>
  2.   #import "Glyph.h"
  3. @interface Terminator: Object
  4. { struct _tflags
  5.   { unsigned isTerminator: 1 ;
  6.   } flags ; 
  7. }
  8.  
  9. + new ;
  10. - (BOOL) become: newClass if: oldClass ;
  11. - doesNotRecognize: (SEL)aSelector ;
  12. - enlist: (Glyph *) aGlyt ;
  13. - free ;
  14. -hitTest: (NXPoint *) aPnt ;
  15. - (char *) iam ;
  16. - (BOOL) isTerminator ;
  17. - (BOOL) precedes: (Glyph *) aGlyph ;
  18. - test: (int) anInt ;
  19. @end
  20.